home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILREEN / PPRINT38.LZH / CI8510A.DEF next >
Text File  |  1987-08-12  |  2KB  |  29 lines

  1. DOT                   * Include to indicate the printer being
  2. *                    defined is a Dot Matrix Printer.
  3. INIT 12
  4.                         * Define up to 15 code characters to be sent to the
  5. *                    printer each time PPRINT is started.  For customized
  6. *                    printer initialization.
  7. FFEED 12              * Define the code for a form feed character.
  8. COMPON 27 81          * Codes to set compressed printing on.
  9. COMPOFF 27 80         * Code to be sent to printer to set
  10. *                    compressed mode off once it has been set on.
  11. 8LPI 27 66            * Code to set printer in 8 lines per inch mode.
  12. 6LPI 27 65            * Code to set printer in 8 lines per inch mode.
  13. EMPH 27 33            * Code for printers Emhphasized mode
  14. EMPHOFF 27 34         * Code to set printers Emhphasized mode off
  15. ONEDIR 27 62          * Code to set one directional printing
  16. ONEDIROFF 27 60       * Code to reset one directional printing
  17. 12CPI 27 69           * Set printers 12 char per inch printing
  18. 12CPIOFF 27 78        * Reset printers 12 char per inch printing
  19. TOPMARGIN 8           * Set number of lines to always allow for
  20. *                    top margin of printer.
  21. BOTMARGIN 6           * Set number of lines to always allow for
  22. *                    top margin of printer.
  23. LINELEN 80            * Specify the line length PPRINT is to
  24. *                    assume for the printer.
  25. LINESPAGE 66          * Specify number of print lines to print per page.
  26. PROPORTIONAL 27 80    * Code to set proportional print mode on
  27. PROPORTIONALOFF 27 78 * Code to set proportional print mode off
  28.  
  29.